home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000154_news@columbia.edu _Wed Mar 29 17:04:59 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA03956
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 29 Mar 2000 17:04:58 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA25106
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 29 Mar 2000 16:39:53 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jhcoutureiii@my-deja.com
  10. Subject: Re: setting tcp/ip printer in NT
  11. Date: Wed, 29 Mar 2000 21:30:07 GMT
  12. Organization: Deja.com - Before you buy.
  13. Message-ID: <8btsk8$qto$1@nnrp1.deja.com>
  14. To: kermit.misc@columbia.edu
  15.  
  16. "set printer" by itself goes to the windows default, too.
  17. My solution for the original problem is to Add an LPR PORT under the
  18. PORTS tab of the printer properties, specifying the printer's IP for the
  19. "Name or address of server providing LPD" and RAW1 for the "Name
  20. of printer or print queue on that server." I renamed the printer
  21. something shorter than the typical "HP LaserJet 2100 PCL 6" -- something
  22. like HP2100.
  23. Then in the kermit script I set the printer, specifying the server name
  24. (the NT "Computer Name") followed by the printer, as in:
  25. set printer { \\\\SERVERNAME\\HP2100 }
  26. This seems to work okay. Thanks for your assistance, gentlemen.
  27. Joseph Couture
  28. Bureau of Motor Vehicles
  29. State of Maine
  30. In article <8btlth$j2n$1@newsmaster.cc.columbia.edu>,
  31. jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote:
  32. >
  33. > The colon at the end of /WINDOWS-QUEUE: is not optional. Without
  34. > the colon the string "/WINDOWS-QUEUE" will be parsed as an error.
  35. > Therefore, no printer will be configured. The command is
  36. >
  37. > SET PRINTER /WINDOWS-QUEUE:
  38. >
  39. > or
  40. >
  41. > SET PRINTER /WINDOWS-QUEUE:<printer-name>
  42. >
  43. > In article <8btkn1$hfo$1@nnrp1.deja.com>, <jhcoutureiii@my-deja.com> wrote:
  44. > : What works for us (with our Novell client NT desktops,
  45. > : connecting to Unix servers for terminal emulation) is one of the
  46. > : following two:
  47. > : set printer {\\\\BUREAU_OF_MOTOR_VEHICLES\\p-is1}
  48. > : (BUREAU_OF_MOTOR_VEHICLES is the tree, p-is1 is the printer queue.)
  49. > : or
  50. > : set printer lpt1
  51. > : (when there is a novell capture on the workstation for a printer queue
  52. > : on port lpt1.)
  53. > : I've been unable to get "SET PRINTER /WINDOWS-QUEUE" to work.
  54. > :
  55. > : Joseph Couture
  56. > :
  57. > : In article <8btg4v$qmn$1@samba.rahul.net>,
  58. > : dold@rahul.net wrote:
  59. > : > Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  60. > : >
  61. > : > : To configure K95 to print to a Windows Printer you must use the
  62. > : > : Windows Printer Queue interface
  63. > : >
  64. > : > : SET PRINTER /WINDOWS-QUEUE:<printer-name>
  65. > : >
  66. > : > Doesn't
  67. > : > SET PRINTER /WINDOWS-QUEUE
  68. > : > Send to the default printer? I'm not at K95 now, but I thought I was
  69. > : set
  70. > : > up that way.
  71. > : >
  72. > : > --
  73. > : > ---
  74. > : > Clarence A Dold - dold@rahul.net
  75. > : > - Pope Valley & Napa CA.
  76. > : >
  77. > :
  78. > :
  79. > : Sent via Deja.com http://www.deja.com/
  80. > : Before you buy.
  81. >
  82. > Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  83. > The Kermit Project * Columbia University
  84. > 612 West 115th St #716 * New York, NY * 10025
  85. > http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org
  86. >
  87.  
  88.  
  89. Sent via Deja.com http://www.deja.com/
  90. Before you buy.